IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
SELECT * should be avoided because it releases control of the returned columns and could therefore lead to errors and potentially to performance issues.
SELECT *
SELECT * FROM persons INTO newyorkers WHERE city = 'NEW YORK'.